Conversation
ligi
left a comment
There was a problem hiding this comment.
there are tests failing:
$ ./gradlew test
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details
Task :buildSrc:compileKotlin
'compileJava' task (current target is 11) and 'compileKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.
Task :rpc:compileKotlin
w: /home/ligi/git/kethereum/rpc/src/main/kotlin/org/kethereum/rpc/HttpEthereumRPC.kt: (45, 74): 'create(MediaType?, String): RequestBody' is deprecated. Moved to extension function. Put the 'content' argument first to fix Java
Task :blockscout:test FAILED
TheBlockScoutBlockExplorer > support10Networks() FAILED
org.opentest4j.AssertionFailedError at TheBlockScoutBlockExplorer.kt:34
6 tests completed, 1 failed
No description provided.